home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / tpwin31.zip / TTFCNST.PAS < prev    next >
Pascal/Delphi Source File  |  1992-04-06  |  155b  |  15 lines

  1. unit ttfcnst;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.         cm_About = 101;
  8.     cm_Shadows = 201;
  9.     cm_AlignmentMarks    =    202;
  10.     cm_Fonts    =    203;
  11.  
  12. implementation
  13.  
  14. end.
  15.